home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / disk / padloc23.zip / ADDENDUM.DOC next >
Text File  |  1993-07-26  |  6KB  |  109 lines

  1.                   ADDENDUM TO PADLOCK.DOC FOR PC PADLOCK V2.3
  2.                   -------------------------------------------
  3.  
  4. Several new features have been added to PC Padlock V2.3 that were unable to be
  5. included in the printed manual.  They are the monochrome mode, activity
  6. logging, drive/disk changing, and corruption protection.  Please read this
  7. document in it's entirety, especially if you desire logging or are a network
  8. user.  Here is how to operate these new functions :
  9.  
  10. MONOCHROME MODE
  11.  
  12. A new command line switch, "/m", will cause PC Padlock to come up in black and
  13. white (monochrome) mode.  This is useful for mono monitors, as well as laptop
  14. and notebook computers.  To use this feature, simply type "padlock a: /m" from
  15. the DOS command line, or see the section on ALTERNATIVES TO COMMAND LINE
  16. SWITCHES later in this document.
  17.  
  18. ACTIVITY LOGGING
  19.  
  20. Another command line switch causes PC Padlock to log all successful locking,
  21. unlocking, clearing, encryption, decryption, and purging to a text file.  This
  22. file will contain one line for each entry, with the date and time it occurred. 
  23. To log all activity for a session, type "padlock a: /l" from the DOS command
  24. line, or see the ALTERNATIVES TO COMMAND LINE SWITCHES section.  Unless the
  25. environment variable mentioned in this section is used, this file will be
  26. named "pcpl0000.log" by default.  It may be viewed, edited, deleted, or
  27. printed.
  28.  
  29. DRIVE/DISK CHANGING
  30.  
  31. You no longer have to enter the drive letter from the command line when using
  32. PC Padlock.  Merely type "padlock", and when the program comes up, it will
  33. prompt you to select a drive letter.  You may do this either by hitting the A
  34. or B keyboard keys, or clicking the mouse over the A: or B: blocks located in
  35. the DISK INFORMATION header.  Also, you may change disks in a drive while the
  36. program is running, or select a new drive letter altogether.  Just select the
  37. new disk or drive as before, once the desired disk is in the drive.
  38.  
  39.                                    NOTE
  40.  
  41. Do not remove a disk while PC Padlock is performing any of it's functions such
  42. as locking or encrypting.  Your disk may be permanently damaged.
  43.  
  44.  
  45. ALTERNATIVES TO COMMAND LINE SWITCHES
  46.  
  47. The command line can get somewhat long, especially if you are using both
  48. switches, such as "padlock a: /l /m".  There are several methods to cutting
  49. down the typing time on lines such as these.  One is to use the environment
  50. variable built into PC Padlock.  This variable is "pcpl", and the first
  51. character denotes color or monochrome mode.  This is followed by a comma and a
  52. four character designation for the log file.  The log file designation must be
  53. four characters long.  Here are some examples, assuming you use no command
  54. line switches :
  55.  
  56. no environment       variable color mode, with no logging
  57. set pcpl=c           color mode, with no logging
  58. set pcpl=m           mono  mode, with no logging
  59. set pcpl=c,0001      color mode, with log file named "pcpl0001.log"
  60. set pcpl=m,dave      mono  mode, with log file named "pcpldave.log"
  61.  
  62. To setup the environment variable, use any text editor and edit your
  63. "autoexec.bat" file, located in your hard drive's root directory.  Then simply
  64. add the appropriate line, such as "set pcpl=m", anywhere in the file.  The
  65. next time you reboot your computer, the options you selected will be automatic
  66. every time you run PC Padlock.
  67.  
  68. Other alternatives include using the doskey program in DOS V5.0 or later.  An
  69. example of this would be to add the line "doskey pl=padlock $* /l /m" to your
  70. autoexec.bat file.  You could then simply type "pl" or "pl a:" to start the
  71. program.  Or you could write a batch file to do the job.  See your DOS manual
  72. for more detail on these functions.
  73.  
  74. IMPORTANT NOTE FOR NETWORK USERS
  75.  
  76. If network users desire activity logging, each computer on the network must
  77. use the environment variable method and specify a different four character
  78. designator for the log file name.  Failure to do so may result in incomplete
  79. logs and/or program abortion.
  80.  
  81. QUALITY CHECKING
  82.  
  83. Several things can damage a floppy disk that are completely beyond the control
  84. of the PC Padlock program itself.  Although these conditions are rare, their
  85. detection and prevention are now built into the program.
  86.  
  87. Floppy disk failure itself can cause data corruption.  We all have had a
  88. floppy or two at one time or another that just suddenly went bad and was
  89. unusable.  This is more likely to happen with off-brand or generic disks, and
  90. also disks that are used constantly for long periods of time.  Although most
  91. manufacturers guarantee their disks for life, it is just good common computer
  92. sense to replace heavily-used disks on a yearly basis.  Nonetheless, PC
  93. Padlock will now make every effort to detect bad disks and abort the program
  94. if the disk looks strange in any way.
  95.  
  96. Disks are also scanned for any non-standard DOS formatting scheme.  Numbers of
  97. sectors, clusters, sectors-per-cluster, and other data is checked against
  98. accepted norms, and the program refuses to operate on any disk it senses to be
  99. non-standard.
  100.  
  101. A brief interruption in power to the system or a general computer "glitch"
  102. itself can sometimes confuse an already running program.  If any of these
  103. situations cause a data inconsistency, the program will shut down and return
  104. to DOS.
  105.  
  106. PC Padlock will not only check for these situations with each new disk, but
  107. also before every function it performs on the disk.  This affords the user
  108. maximum protection against bad or damaged disks.
  109.